@charset "utf-8";
/* CSS Document */


/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(168,0,0,1);
border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(168,0,0,1);
-webkit-box-shadow:inset006pxrgba(168,0,0,1);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(168,0,0,1);
}

.bac{width: 100%;background: #f7f7f7;padding: 50px 0;}
.l {float: left;}
.r {float: right;}
.w80{width: 60%;}
.w80 img{width: 90%;}
.w20{width: 40%;}
.containerConcern {
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}
.tafr {
    float: right;
    text-align: right;
	width: 80%;
}
foot {
    display: none;
}
/*  新导航条  */
.Top{
	width: 100%;
	overflow:hidden;
    border-bottom: #efefef solid 1px;
	margin: 0 auto;
}
.top-wrap {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    max-width: 1240px;
    margin: 0 auto;
}
.welcome {
    float: left;
    width: 400px;
    color: #000;
    font-size: .9rem;
}
.top-tel{float:right;padding-left:48px;color:#043985;font-size:18px;border-left:#efefef solid 1px;font-weight:bold;background:url(../img/tel.png) no-repeat 0 center;}
.top-menu{float:right;margin-right:20px;width:400px;text-align:right;}
.top-menu a{display:inline-block;color:#666;font-size:14px;}
.top-menu a:after{display:inline-block;content:"·";margin:0 15px;color:#8a8a8a;font-weight:bold;}
.top-menu a:last-child:after{display:none;}
.top-menu a:hover{color:#043985;}

.Nav{height: 65px;line-height: 65px;background-color: #292929;position: relative;z-index: 9;width: 100%;}

.Navcontainer {
  height: auto;
  overflow: hidden;
  padding-top: 0px;
}
.Nav ul{max-width: 1240px;width: 100%;margin: 0 auto;}
.Nav ul li {
    float: left;
    font-size: 16px;
    /* background: url(../img/NavBox.png) no-repeat center left; */
    /* border-right: 1px solid #fff; */
    position: relative;
    padding: 0 2.1%;
}
.Nav ul li:first-child{background: none;}
.Nav ul li>a{color: #fff; display: block;}
.Nav ul li>a:hover{color: #000; display: block;}
.Nav ul li:hover{background-color: #f9c127;}
.Nav ul li.cur{background-color: #f9c127;}

.Nav.cur{position: fixed;top: 0;left: 0;background-color: #f9c127;width: 100%;height: 60px;z-index: 99;}
.Nav.cur ul li{height: 60px;line-height: 60px;}
.Nav.cur ul li .y-submenu07-box{top: 60px;}
.Header{
	width: 100%;
	overflow:hidden;
	margin: 0 auto;
}
.HeaderBox{height: 110px;max-width: 1240px;margin: 0 auto;}
.HeaderBox .container{position: relative;padding-top: 20px;}
.HeaderLeft p{font-size: 22px;color: #333;font-weight: bold;}
.HeaderLeft h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    /* margin-top: 10px; */
}
.HeaderLeft h3 i {
    color: #02327e;
    font-weight: bold;
    font-size: 1.6rem;
    font-style: inherit;
}
.HeaderBox_ico {margin-left: 180px;}

.HeaderLogo{/*width: 158px;position: absolute;left: 50%;top: 35px;*/margin: 6px  35px 0 0;}
.HeaderLogo a{/*width: 158px;height: 65px;*/display: block;}
.HeaderLogo a img{/*width: 158px;height: 65px;*/display: block;}
.HeaderRight {margin: 20px 0;}
.HeaderRight p {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    font-family: 'PingFang SC', Helvetica, sans-serif;
    background: url(../img/HeaderPhon01.png) no-repeat center left;
    padding-left: 25px;
    margin-top: 5px;
}
.HeaderRight p:first-child{margin-top: 0;}
.HeaderRight p.p2{background: url(../img/HeaderPhon02.png) no-repeat center left;padding-left: 20px;}
/* 导航下拉 */
.y-submenu07-box {width: 200px; /*border: solid 1px #dedede; border-top:none;*/background-color: #043985;margin: 0 auto;position: absolute;left: 0;top: 65px;}
.y-submenu07-box a {display: block;text-align: left;color: #fff;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 50px;padding-left: 35px;line-height: 50px;padding-right: 10px;}
.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #fff;position: absolute;left: 15px;top: 25px;}
.y-submenu07-box a:hover { background-color: #cda142;color:#fff }
.y-submenu07-box a:hover:before {background-color: #fff}



/*  导航条  */
.nav {
  height: 92px;
  /*background-color: #1A58AB;*/
  z-index: 2;
  margin-bottom: -92px;
  overflow: hidden;
  display: block;
  position: relative;
}
.nav-box {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  margin-top: 20px;	
}
.nav-box>ul>span {
    width: 100%;
    float: right;
    font-size: 22px;
    line-height: 42px;
    text-align: right;
    color: #000;
}
.nav-box>ul>span img{
    width: 24px;
	margin-right: 15px;
}
.nav-box>a{
    line-height: 42px;
}
.nav-box>ul>li {
    /* float: left; */
    /* height: 72px; */
    text-align: right;
    display: inline-block;
    overflow: hidden;
}
.nav-box>ul>li:last-child a {
    padding-right: 0 !important;
}
.cur{
    border-border: 1px solid #25519E;
}
.nav-box>ul>li:hover{
    border-border: 1px solid #25519E;
}

.nav-box>ul>li:first-child{
    border-border: 1px solid #25519E;
}
.nav-box > ul > li a {
  color: #000;
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.nav-box>ul>li a span{
    font-size: 11px;
    text-transform: capitalize;
    color: #89A0CB;
    display: block;
    text-indent: -99em;
    overflow: hidden;
}
/*联系*/
.lxwm {}
.lxwm_ban {background: url(../img/in_ban01.jpg) no-repeat center;}
.lxwm_gsjs {width: 580px;height: 140px;background: #851b35;position: absolute;right: 0;bottom: 0;color: #fff;padding: 80px 0 0 100px;}
.lxwm_gsjs p span {font-size: 26px;display: block;}
.lxwm_gsjs p i {display: block;font-size: 26px;text-transform: uppercase;}
.lxwm_con {height: 630px;background: url(../img/lxwm_map.jpg) no-repeat left top;position: relative;max-width: 1340px;width: 100%;margin: 0 auto;margin-top: 50px;margin-bottom: 50px;}
.lxwm_con .container {}
.lxwm_con .concase {
    width: 530px;
    height: 550px;
    padding: 40px 20px;
    background: #fff;
    position: absolute;
    right: 0;
    margin-right: 50px;
}
.lxwm_con .concase .con01 {padding: 35px 0;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;}
.lxwm_con .concase .con01 .con_p1 {height: 30px;line-height: 30px;font-size: 14px;color: #333;}
.lxwm_con .concase .con01 .con_p2 {line-height: 16px;font-size: 12px;color: #999;}

.lxwm_con .concase ul {margin-top: 50px;width: 340px;}
.lxwm_con .concase ul li {line-height: 24px;margin-bottom: 5px;font-size: 14px;color: #333;}
.lxwm_con .concase ul li a {color: #333;}
.lxwm_con .concase p.con_p3 {margin-top: 60px;padding-top: 30px;color: #000; background: url(../img/tel01.png) no-repeat left top;}
.lxwm_con .concase p.con_p3 b {font-size: 26px;display: block;}
.lxwm_con .concase p.con_p3 i {display: block;font-size: 12px;}
.lxwm_con .concase .erwm {
    display: block;
    position: absolute;
    right: 20px;
    top: 205px;
}
.lxwm_con .concase .erwm img{width: 105px;}
.lxwm_con .lxwmdw {
  position: absolute;
  left: 450px;
  top: 260px;
  width: 36px;
  height: 46px;
  background: url(../img/lxwmdw.png) no-repeat center;
}

.lxwm .lxwmdz {height: 340px;background: #f3f3f3;padding: 120px 0 80px 0;}
.lxwm .lxwmdz ul {width: 273px;border-left: 1px dotted #c2c2c2;height: 315px;padding:20px 0 20px 35px;float: left;position: relative;}
.lxwm .lxwmdz ul li.li1 {padding-top: 45px;font-size: 16px;position: relative;}
.lxwm .lxwmdz ul li.li1 span {display: block;position: absolute;left: 0;top: 0;width: 51px;height: 2px;background: #851b35;}
.lxwm .lxwmdz ul li.li1 a {color: #851b35;}
.lxwm .lxwmdz ul li.li2 {font-size: 14px;margin: 20px 0 30px 0;}
.lxwm .lxwmdz ul li {color: #333;line-height: 24px;font-size: 14px; width: 250px;}
.lxwm .lxwmdz ul li.li8 {margin-top: 55px;position: absolute;left: 35;bottom: 35px;}
.lxwm .lxwmdz ul li.li8 a {display: block;width: 154px;height: 46px;border: 2px solid #ccc;line-height: 46px;text-indent:35px; font-size: 14px;color: #333;background: url(../img/lxwmdw02.png) no-repeat 100px center;}
.lxwm .lxwmdz ul li.li8 a:hover {color: #851b35;border: 2px solid #851b35;}
.lxwm .lxwmdz ul:first-child {border-left: none;padding-left: 0;/*width: 399px;*/}
.lxwm .lxwmdz ul:first-child li.li8 {left: 2;}
/*烦恼*/
.Concern {
    background: url(../img/ProtectionBg.jpg) center center;
    height: 775px;
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 80px;
    display: block;
}
.Concern .w1400 {
	width: 100% !important;
	max-width: 1200px;
	margin: 0 auto;
}
.ConcernCon{margin-top: 0px;position: relative;}
.ConcernCon ul{width: 50%;}
.ConcernCon ul li{font-size: 18px;color: #333;font-weight: bold;border-top: 1px #dedede solid;padding-top: 30px;margin-top: 30px;position: relative;padding-left: 30px;}
.ConcernCon ul li:first-child{padding-top: 0;border-top: none;padding-top: 0;}
.ConcernCon ul li:first-child i{top: 22px;}
.ConcernCon ul li i{background: url(../img/ProductIcon04.png) no-repeat center center;width: 5px;height: 5px;display: block;position: absolute;left: 0;top: 50px;}
.ConcernCon ul.ul02{text-align: right;}
.ConcernCon ul.ul02 li{padding-right: 30px;}
.ConcernCon ul.ul02 li i{right: 0;left: auto;}
.ConcernCon span{width: 524px;height: 653px;display: block;position: absolute;left: 50%;margin-left: -262px;top: -100px;}
.ConcernCon span img {
    width: 524px;
    display: block;
    margin-top: 120px;
}
.CustomFanBox {
    position: absolute;
    top: -102px;
    left: 50%;
    margin-left: -620px;
    box-shadow: 0px 0px 20px rgb(200 200 200 / 50%);
}

.CustomFan {
    background-color: #fff;
    padding: 40px 50px 40px 200px;
    position: relative;
}

.CustomFan dl dt h3{color: #333;font-size: 24px;font-weight: normal;font-family: "icomoont";}
.CustomFan dl dt h3 b{color: #d99f00;font-size: 36px;}
.CustomFan dl dt h3 em{font-weight: bold;font-size: 34px;margin: 0 5px;}
.CustomFan dl dt p {
    font-size: 20px;
    color: #666;
    margin-top: 5px;
    margin-right: 110px;
}
.CustomFan dl dt i{font-size: 12px;color: #999;margin-top: 20px;display: block;}
.CustomFan dl dd{overflow: hidden;position: relative;top: 30px;}
.CustomFan dl dd a{width: 155px;height: 50px;background-color: #d99f00;border-radius: 50px;text-align: center;display: block;font-size: 18px;color: #fff;line-height: 50px;float: left;margin-left: 10px;}
.CustomFan dl dd a:first-child{margin-left: 0;}
.CustomFan dl dd a i{background: url(../img/CustomFanIcon01.png) no-repeat center center;width: 18px;height: 19px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin-right: 10px;}
.CustomFan dl dd a.a2{background-color: #cda142;}
.CustomFan dl dd a.a2 i{background: url(../img/CustomFanIcon02.png) no-repeat center center;width: 22px;height: 19px;}

.CustomFan span {
    display: block;
    position: absolute;
    left: 30px;
    top: 30%;
}
.CustomFan span img {
    display: block;
}

.CustomFanBox{position: absolute;top: -92px;left: 50%;margin-left: -620px;}
.Title{text-align: center;position: relative;z-index: 9;}
.Title h3{font-size: 30px;font-weight: bold;color: #333;}
.Title h3 a{color: #333;}
.Title h3 a img{width: 19px;height: 16px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin: 0 15px;}
.Title h3 img{width: 19px;height: 16px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin: 0 15px;}
.Title p{font-size: 18px;color: #999;margin-top: 10px;}
.Title p i{width: 70px;height: 1px;display: inline-block;*display: inline;*zoom: 1;background-color: #dedede;vertical-align: middle;margin: 0 15px;}

.Title02 h3{color: #fff;}
.Title02 p{color: #fff;}
.Title02 p i{background-color: #fff;}
.Advantage{padding: 105px 0 0px;position: relative;/* overflow: hidden; */}
.Advantage .container02{position:  relative;z-index: 9;}

.AdvantageCon{margin-top: 40px;overflow: hidden;}
.AdvantageCon dl{float: left;width: 300px;}
.AdvantageCon dl dt{width: 300px;height: 250px;overflow: hidden;}
.AdvantageCon dl dt img{display: block;width: 300px;height: 250px;transition: .8s;}
.AdvantageCon dl:hover dt img{transform: scale(1.03);}
.AdvantageCon dl dd{background-color: #fff;width: 220px;height: 170px;padding: 40px;position: relative;}
.AdvantageCon dl dd h3{font-weight: normal;color: #dfa400;font-size: 21px;line-height: 32px;}
.AdvantageCon dl dd p{font-size: 16px;color: #666;line-height: 25px;margin-top: 20px;}
.AdvantageCon dl:hover dd h3{font-weight: bold;}
.AdvantageCon dl dd i{width: 17px;height: 10px;display: block;background: url(../img/sjx02.png) no-repeat center center;position: absolute;left: 50%;margin-left: -8.5px;top: -10px;z-index: 9;}
.AdvantageCon dl.dl02 dd i{background: url(../img/sjx.png) no-repeat center center;bottom: -10px;top: auto;}
.AdvantageCon dl.dl04 dd i{background: url(../img/sjx.png) no-repeat center center;bottom: -10px;top: auto;}

.Advantage span.Img{width: 459px;height: 265px;display: block;position: absolute;left: 50%;margin-left: -229.5px;top: 110px;z-index: 1;}
.Advantage span.Img img{width: 459px;height: 265px;display: block;webkit-animation: fadeIn 2s infinite linear;animation: fadeIn 2s infinite linear;}


/* 首页新闻 */
/* .container {
	background: #f3f3f3;
	padding: 80px 0 100px 0;
	overflow: hidden;
} */

.main-news {
	max-width: 1240px;
	margin: 0 auto;
}

.main-news .title {
	margin-bottom: 40px;
	text-align: center;
}

.main-news .title h4 {
	font-size: 28px;
	position: relative;
	font-weight: 700;
	padding-bottom: 5px;
}

.main-news .title h4:before {
	left: 38%;
	content: " ";
	display: block;
	border-bottom: 1px solid #797979;
	width: 68px;
	position: absolute;
	margin-left: -.8rem;
	top: 50%;
	margin-top: -1px;
}

.main-news .title h4:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #797979;
	width: 68px;
	position: absolute;
	margin-left: -.8rem;
	top: 50%;
	margin-top: -1px;
	right: 38%;
}

.main-news .title p {
	font-size: 16px;
	color: #999;
}

.main-news ul li {
	float: left;
}

.main-news ul li.one {
	width: 440px;
	margin-right: 10px;
}

.main-news ul li.one a {
	width: 440px;
	height: 530px;
	overflow: hidden;
	display: block;
	position: relative;
}

.main-news ul li.one a img {
	transform: scale(1);
	transition: all .4s;
	width: 100%;
	display: block;
}

.main-news ul li.one .news-title {
	bottom: 50px;
	left: 35px;
	width: 100%;
	border-left: 1px solid #fff;
	padding-left: 20px;
	color: #fff;
	position: absolute;
}

.main-news ul li.one .news-title h5 {
	font-size: 28px;
	font-weight: 700;
}

.main-news ul li.one .news-title p {
	font-size: 16px;
	letter-spacing: 2px;
}

.icon-news {
	background: url(../img/yjt.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	right: 100px;
	bottom: 2px;
}

.main-news ul li.one a:hover img {
	transform: scale(1.05);
}

.main-news ul li.one a:hover .icon-news {
	background-position: 0 -17px;
}

.main-news ul li.two {
	float: left;
	width: 440px;
	margin-right: 10px;
}

.main-news ul li.two a {
	width: 440px;
	height: 260px;
	padding: 38px 44px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.main-news ul li.two .top {
	width: 100%;
	float: initial;
	padding-left: 0;
}

.main-news ul li.two .top h5 {
	font-size: 18px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
}

.main-news ul li.two .top div.p {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 24px;
}

.main-news ul li.two .top div.p p {
	height: 52px;
	padding-top: 10px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main-news ul li.two .top img {
	position: absolute;
	top: 50%;
	right: 67px;
	margin-top: 62px;
}

.main-news ul li.two .bottom {
	width: 100%;
	float: initial;
	border-right: none;
}

.main-news ul li.two .bottom h3 {
	padding-top: 20px;
	font-size: 32px;
	font-weight: 700;
	color: #999;
}

.main-news ul li.two .bottom h3:after {
	content: " ";
	display: block;
	border-bottom: none;
	width: 0;
	margin: 0;
}

.main-news ul li.two .bottom span {
	font-size: 14px;
	display: block;
	color: #999;
}

.main-news ul li.three {
	float: left;
}

.main-news ul li.three a {
	width: 340px;
	height: 170px;
	padding: 38px 44px;
	margin-bottom: 10px;
	display: block;
	background: #fff;
	overflow: hidden;
}

.main-news ul li.three a .left {
	width: 26%;
	border-right: 1px solid #eeeeee;
	float: left;
}

.main-news ul li.three a .left h3 {
	font-size: 32px;
	color: #999;
	font-weight: 700;
}

.main-news ul li.three a .left h3:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #ccc;
	width: 20px;
	margin: 10px 0;
}

.main-news ul li.three a .left span {
	font-size: 14px;
	display: block;
	color: #999;
}

.main-news ul li.three a .right {
	width: 73%;
	padding-left: 25px;
	float: left;
}

.main-news ul li.three a .right h5 {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

.main-news ul li.three a .right img {
	padding-top: 20px
}

.main-news ul li.two a:hover,
.main-news ul li.three a:hover {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

/*新闻列表*/

.newlist {
	padding-bottom: 70px;
	width: 1200px;
	margin: 0 auto;
}
.newlist .ul1 li {
	position: relative;
	width: 1200px;
}
.newlist .ul1 li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: '';
	background: #f5f5f5;
}
.newlist .ul1 li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 40px 32px;
	border-bottom: 1px solid #eee;
}
.newlist .ul1 li .imgk {
	overflow: hidden;
}
.newlist .ul1 li .imgk img {
	width: 180px;
	height: 180px;
}
.newlist .ul1 li .lin {
	float: left;
	width: 900px;
}
.newlist .ul1 li .lin .lidate {
	font-family: 'Arial';
	font-weight: bold;
	float: left;
	width: 72px;
	text-align: center;
	color: #666;
	border-top: 2px solid #707070;
}
.newlist .ul1 li .lin .lidate .p1 {
	font-size: 30px;
	margin-top: 15px;
}
.newlist .ul1 li .lin .lidate .p2 {
	font-size: 12px;
	margin-top: 15px;
}
.newlist .ul1 li .lin .linn {
	float: left;
	width: 760px;
	padding-left: 32px;
}
.newlist .ul1 li .lin .linn h4 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.newlist .ul1 li .lin .linn p {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-top: 18px;
	color: #888;
}
.newlist .ul1 li .lin .linn .morehn {
	font-size: 14px;
	line-height: 32px;
	width: 97px;
	height: 32px;
	margin-top: 24px;
	text-align: center;
	color: #df0024;
	border: 1px solid #df0024;
}
@media screen and (min-width: 767px) {
.newlist .ul1 li:hover::after {
	height: 100%;
}
.newlist .ul1 li:hover .lidate {
	color: #df0024;
	border-top-color: #df0024;
}
.newlist .ul1 li:hover .lin .linn h4 {
	color: #df0024;
}
}
.newlist .ul1 {
	padding-bottom: 40px;
}

/* 其他页面小banner */

.other-banner {
  position: relative;
  overflow: hidden;	
  display: block;
  width: 100%;
  margin: 0 auto;	
}
.other-banner img{
  width: 100%;
}
.other-banner .font {
  text-align: center;
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-banner .font .tit {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: bold;
}
.other-banner .font .en {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  margin-top: 5px;
  font-weight: lighter;
}


/*  产品  */

.chanpin-tit {
  color: #000;
  position: relative;
  overflow: hidden;	
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;	
  margin-top: 80px;	
}
.chanpin-tit .font {
  color: #000;
  text-align: center;	
}

.chanpin-tit .font span{
  color: #000;
  font-size: 40px;
  line-height: 80px;
  width: 100%;
  font-weight: bold;	
}
.chanpin-tit .font span .f {
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

/*  产品切换  */

.lmore {
    text-align: center;
    background: #f9c127;
    padding: 40px 10px;
    border-radius: 10px;
}
.lmore a{text-align: center;color: #000;font-size: 18px;}
.container {
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}

.price {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
}
.pro-center{width: 100%;height: auto;overflow: hidden;padding: 35px 0 30px 0;background: #ffffff;}
.pro-center .title{font-size: 34px;text-align: center;padding-bottom: 5px;color: #333333;letter-spacing: 1px;}
.pro-center .sub-title{font-size: 20px;text-align: center;color: #333333;}
.pro-center .sub-title span{display: inline-block;height: 30px;line-height: 30px;width: auto;}
.pro-center .sub-title span.text{padding: 0 10px;}
.pro-left{float: left;width: 240px;}
.pro-content{width: 100%;}
.pro-right{float: right;width: 940px;}
.pro-left .left-title{background: #f9c127;height: 110px;line-height: 110px;text-align: center;}
.pro-left .left-title span{display: inline-block;color: #FFFFFF;font-size: 24px;font-weight: bold;}
.pro-left .left-title span.text{padding: 0 10px;}
.pro-left .left-category ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    color: #999999;
    background: #000000;
    color: #FFFFFF;
    border-radius: 10px;
}
.pro-left .left-category ul li a{
    color: #fff;
}
.pro-left .left-category ul li.on{background: #f9c127;color: #000;}
.pro-left .left-category ul li.on a{color: #000;}
.pro-left .left-category ul li:hover{background: #f9c127;color: #000;}
.pro-left .left-category ul li:hover a{color: #000;}
.pro-left .left-contact {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    /* border-top: 1px solid #ededed; */
    padding: 30px 0;
	background: #f5f5f5;
	border-radius: 10px;
    /* text-indent: 70px; */
    /* background: url(../image/tel.png) left 20px center no-repeat; */
}
.pro-left .left-contact p{color: #000;font-size: 14px;margin-bottom: 5px;}
.pro-left .left-contact p:first-child{color: #000;font-size: 14px;margin-bottom: 20px;}
.pro-left .left-contact p span{color: #000;font-size: 24px;margin-bottom: 15px;}
.pro-left .left-contact p img{width: 160px;text-align: center;margin-top: 20px;}
.pro-left .left-contact p.tel{font-size: 20px;padding-top: 10px;}
.pro-right{display: none;}
.pro-right ul li {
    float: left;
    width: 310px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    margin-right: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all .3s linear;
}
.pro-right ul li:nth-child(3n){margin-right: 0;}
.pro-right ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  max-width: 308px;
  max-height: 308px;
}
.pro-right ul li img {
width: 100%;
border-radius: 10px;
height: 100%;
  max-width: 308px;
  max-height: 308px;
}
.pro-right ul li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #f9c127;
    border-radius: 0px 0px 10px 10px;
}
.pro-right.active{display: block;}
.pro-right ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}
.m-pro-right{display: none;}

/*  关于  */

.gy {
  color: #000;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 60px 0;
}
.gy .font {
  color: #000;
  text-align: center;	
}

.gy .font span{
  color: #000;
  font-size: 40px;
  line-height: 80px;
  width: 100%;
  font-weight: bold;	
}
.gy .font span .f {
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.gy .font span .sec {
  color: #000;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 80px;
}
.gy .im {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;	
  margin-top: 80px;	
}

.gy .im ul {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;	
}
.gy .im ul li {
  width: 33%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.gy .im ul li>.ab {
  width: 100%;	
  text-align: center;	
}
.gy .im ul li>.ab img {
  width: 80%;
}
.gy .im ul li > .ab .fon {
  width: 80%;
  color: #000;
  font-size: 16px;
  margin: 0 auto;
    margin-top: 0px;
  text-align: center;
  margin-top: 40px;
}

/*行业*/

.hy {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;	
  margin-top: 60px;
  margin-bottom: 40px;
}

.hy ul {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;	
}
.hy ul li {
  width: 24.7%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.hy ul li>.ab {
  width: 100%;	
  text-align: center;	
}
.hy ul li>.ab img {
  width: 100%;
}
.bacm {
	display: none;
}

/*数字滚动*/
.main {
    padding: 60px 0;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.numCount {
    margin: 0 auto;
    padding: 0;
	width: 1240px;
}

.numCount li {
	float: left;
	width: 25%;
	text-align: center;
}

.numCount li .item {
	margin: 0 10px
}

.numCount li .item .indc{
	font-size: 1rem;
color: #000;
line-height: 1.6rem;
}

.numCount li .numU {
	line-height: 1.3
}

.numCount li .numCX {
    font-size: 56px;
    color: #000;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: .8rem;
    line-height: 1.3;
    margin-left: .3em;
    color: #000;
}

.numCount li .numU sup {
	vertical-align: top
}

.numCount li .numU sub {
	vertical-align: baseline
}

@media(max-width:800px) {
	.numCount li .numCX {
		font-size: 36px
	}
}

@media(max-width:640px) {
	.numCount li .numCX {
		font-size: 7vw
	}
}

@media(max-width:480px) {
	.numCount {
		font-size: .5vw
	}
}

/*关于*/
.about {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 120px;
}
.about .w40{width: 40%;}
.about .w40 img{width: 100%;}
.about .w60{width: 60%;}
.about .w60 span {
    font-size: 7rem;
    z-index: -1;
    font-weight: bold;
    color: #ebebeb;
}
.about .w60 .tit {
    font-size: 42px;
    color: #000;
    margin-top: -60px;
    /* z-index: 2; */
    overflow: hidden;
    display: inline-block;
    margin-left: 50px;
}
.about .w60 .tit .en{
    font-size: 30px;
    color: #000;
	float: left;
    width: 100%;
}
.about .w60 .sec {
    width: 93%;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-top: 12%;
    float: right;
}
.about .w60 .sec img {
    width: 30%;
    float: right;
    margin-top: 9%;
}
.about .w60 .sec a {
    text-align: left;
    color: #f9c127;
    overflow: hidden;
    font-size: 12px;
    margin-top: 12%;
    float: left;
}

/*  选择  */

.whyc-tit {
  color: #fff;
  position: relative;
  overflow: hidden;	
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;	
}
.whyc-tit .font {
  color: #fff;
  text-align: center;	
}

.whyc-tit .font span{
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  width: 100%;
  font-weight: bold;	
}
.whyc-tit .font span .f {
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.whyc{width: 100%;margin: 0 auto;margin-bottom: 6%;margin-top: 3%;}
.whyc .bg{width: 100%;margin: 0 auto;z-index: -1;overflow: hidden;}
.whyc .bg img{width: 100%;margin: 0 auto;overflow: hidden;}

.whyc ul {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;	
  margin-top: -50px;	
}
.whyc ul li {
  width: 24.7%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  background: #fff;	
}
.whyc ul li>.ad {
  width: 90%;	
  text-align: center;	
  margin: 0 auto;
}
.whyc ul li>.ad .up {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    overflow: hidden;
}
.whyc ul li>.ad .up img {
    width: 40%;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.whyc ul li>.ad .up .tit {
    width: 30%;
    float: right;
    text-align: left;
    overflow: hidden;
    color: #000;
    font-size: 46px;
    line-height: 46px;
}
.whyc ul li>.ad .up .tit span {
    color: #000;
    font-size: 24px;
    overflow: hidden;
    display: inline-block;
}
.whyc ul li>.ad .sec {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    margin-bottom: 50px;
    line-height: 28px;
}

/*  合作  */

.hz {
  color: #000;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.hz .font {
  color: #000;
  text-align: center;	
}

.hz .font span{
  color: #000;
  font-size: 40px;
  line-height: 80px;
  width: 100%;
  font-weight: bold;	
}
.hz .font span .f {
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.hz .im {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;	
  margin-top: 80px;	
}

.hz .im ul {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;	
}
.hz .im ul li {
  width: 13.9%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.hz .im ul li>.ab {
  width: 100%;	
  text-align: center;	
}
.hz .im ul li>.ab img {
  width: 100%;
}

/*  新闻  */

.news {
  color: #000;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 60px 0;
}
.news .font {
  color: #000;
  text-align: center;	
  margin-bottom: 50px;
}

.news .font span{
  color: #000;
  font-size: 40px;
  line-height: 80px;
  width: 100%;
  font-weight: bold;	
}
.news .font span .f {
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.news .list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px;	
}
/*.news .list .left {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.news .list .left ul{
  width: 100%;	
}
.news .list .left ul li {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-bottom: 30px;
}
.news .list .left ul li .im {
  width: 40%;
float: left;
}
.news .list .left ul li .im  img{
  width: 100%;	
  max-width: 276px;
  max-height: 203px;
}
.news .list .left ul li .sec {
  width: 55%;
  margin-left: 5%;
  float: right;	
}
.news .list .left ul li .sec .tit {
  width: 100%;
	font-size: 20px;
margin-bottom: 20px;
	margin-top: 5px;
}
.news .list .left ul li .sec span {
  width: 100%;
  float: left;
  color: #999;
  font-size: 14px;
  margin-top: 20px;
}
.news .list .left ul li .sec .more {
 margin-top: 20px;
	float: left;
	margin-top: 20px;
padding-top: 20px;
}
.news .list .left ul li .sec .more a{
  color: #000;
  font-size: 18px;
}
.news .list .left ul li .sec .more a img{
  height: 12px;
  line-height: 12px;		
  margin-left: 10px;	
}*/

.news .list .left {
  width: 100%;
  float: left;
}
.news .list .left ul{
  width: 100%;	
}
.news .list .left ul li{
  width: 48%;
  margin: 0 1%;
  margin-bottom: 30px;	
  float: left;	
}
.news .list .left ul li .w80 {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
}
.news .list .left ul li .w80 .time {
  width: 18%;
  border: 1px solid #000;
  padding: 20px;
  font-size: 24px;
  margin-right: 2%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.news .list .left ul li .w80 .qa {
  width: 80%;	
}
.news .list .left ul li .w80 .qa .tit {
  width: 100%;	
}
.news .list .left ul li .w80 .qa .sec {
  width: 90%;
  font-size: 14px;
  margin: 20px 0;
  color: #999;
}
.news .list .left ul li .w80 .qa .more {
  float: left;
  background: #e8e8e8;
  padding: 5px 10px;
  border-radius: 5px;
}
.news .list .left ul li .w80 .qa .more a{
  color: #000;
  font-size: 16px;
  display: flex;
justify-content: center;
align-items: center;	
	margin-top: -4px;
}
.news .list .left ul li .w80 .qa .more a img{
  height: 12px;
  line-height: 12px;	
  margin-top: 4px;	
  margin-left: 10px;	
}

.news .list .right {
  width: 50%;
  float: right;	
}
.news .list .right ul{
  width: 100%;	
}
.news .list .right ul li{
  width: 100%;
  margin-bottom: 30px;	
}
.news .list .right ul li .w80 {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
}
.news .list .right ul li .w80 .time {
  width: 18%;
  border: 1px solid #000;
  padding: 20px;
  font-size: 24px;
  margin-right: 2%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.news .list .right ul li .w80 .qa {
  width: 80%;	
}
.news .list .right ul li .w80 .qa .tit {
  width: 100%;	
}
.news .list .right ul li .w80 .qa .sec {
  width: 80%;
  font-size: 14px;
  margin: 20px 0;
  color: #999;
}
.news .list .right ul li .w80 .qa .more {
  float: left;
}
.news .list .right ul li .w80 .qa .more a{
  color: #000;
  font-size: 16px;
  display: flex;
justify-content: center;
align-items: center;	
}
.news .list .right ul li .w80 .qa .more a img{
  height: 12px;
  line-height: 12px;	
  margin-top: 4px;	
  margin-left: 10px;	
}

/*内页*/
.news_single_conter {
    width: 100%;
    height: auto;
    display: block;
    padding: 3% 0 10% 0;
    max-width: 1000px;
    margin: 0 auto;
}
.container_news_single {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: -5%; */
}
.news_single_conter h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
    margin-bottom: 10px;
}
.news_single_conter p {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 10px;
}
.news_single_conter p img{
    width: 100%;
	height: 100%;
	max-width: 1000px;
}
.news_single_conter .news_single_title_ter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2%;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 2%;
}

.news_single_conter .news_single_title_ter .news_single_titlwe {
    width: calc(100% - 160px);
    padding-right: 24px;
}

.news_single_conter .news_single_title_ter .news_single_titlwe h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 36px;
    margin-bottom: 20px;
}

.news_single_conter .news_single_title_ter .news_single_titlwe p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-left: 32px;
    position: relative;
}

.news_single_conter .news_single_title_ter .news_single_titlwe p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../img/icon_dz.png) no-repeat center center/100%;
    width: 22px;
    height: 27px;
    display: block;
}

.news_single_conter .news_single_title_ter .news_single_titlwe span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-left: 32px;
    position: relative;
}

.news_single_conter .news_single_title_ter .news_single_titlwe span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../img/icon_time.png) no-repeat center center/100%;
    width: 22px;
    height: 27px;
    display: block;
}

.news_single_conter .news_single_title_ter a.fanhui {
    width: 6vw;
    height: 50px;
    /* border: 1px solid #DCDCDC; */
    /* border-radius: 3px; */
    /* display: block; */
    display: flex;
    /* float: right; */
    /* text-align: right; */
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 34px;
}

.news_single_conter .news_single_title_ter a.fanhui span {
    color: #666;
    font-size: 16px;
    margin-left: 20px;
}

.news_single_conter .news_single_title_ter a.fanyui img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*  -------新闻内容页 end-------  */

/*---底部----*/

.footerBox {
	background: #2F353A;
	padding-bottom: 16px;
	width: 100%;
	box-sizing: border-box;
}

.foot-logo {
	border-bottom: 1px #585D60 solid;
}

.cenlogo,
.foot-botcven {
	width: 1240px;
	margin: auto;
}

.cenlogo {
	padding-bottom: 30px;
}

.foot-ulBoxs ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* padding-right: 20px;
	padding-left: 80px; */
}

.foot-ulBoxs ul li {
	width: 23%;
	color: #fff;
}

.foot-ulBoxs ul li:last-child {
	width: 31%;
	text-align: right;
}

.slide_li a {
	width: 169px;
	height: 40px;
	display: inline-block;
	border-radius: 19px;
	border: 1px #62666A solid;
	line-height: 40px;
	font-size: 15px;
	text-indent: 3em;
	text-align: left;
}

.slide_li a i {
	margin-left: 2em;
}
.slide_li img{
    width: 130px;
}
.foot-theme li,
.foot-theme li a {
	color: #fff;
}

.foot-theme {
	border-bottom: 1px #43484C solid;
	padding: 60px 0 20px;
	margin-bottom: 30px;
}

.foot-theme li {
	font-size: 18px;
}

.foot-list li p,
.foot-list li p a{
	font-size: 12px;
	line-height: 26px;
	color: #FFFFFF;
}

.foot-list li div {
	margin-top: 10px;
}

.foot-list li div:nth-child(1) {
	margin-top: 0;
}

.foot-list li div h6 {
	font-size: 16px;
	font-weight: 600;
}

.li_AreaBox img {
	padding-right: 10px;
	vertical-align: middle;
}

.li_AreaBox .about_adres {
	width: 165px;
	float: right;
	text-align: left;
	display: flex;
	align-items: self-start;
}

.foot-page {
	margin-top: 30px;
}

.foottop {
	border-bottom: 1px #565B5E solid;
}

.foottop div>a {
	font-size: 14px;
	margin-right: 40px;
}

.foottop div>a {
	padding-top: 6px;
}

.foottop div>a,
.foottop div li {
	float: left;
	color: #b3b3b3;
}
.foottop div li{
    position: relative;
}
.foottop div li a {
	display: block;
}

.scodeBox{
    width: 265px;
    height: 132px;
    display: none;
    background: #fff;
    position: absolute;
    bottom: 42px;
    right: 0;
}
.scodeBox img{
    width: 100%;
    height: 100%;
}
.foottop div li a i {
	font-size: 24px;
	margin-left: 40px;
	margin-bottom: 6px;
	display: block;
	color: #fff;
}

.footbottom p {
	color: #a9a9a9;
	padding-top: 6px;
	font-size: 12px;
}

.footbottom .fl_fourp {
	font-size: 12px;
}

.footbottom .fl_twop,
.footbottom .fl_fourp {
	text-align: right;
}

.fl_fourp a {
	color: #a9a9a9;
	margin: 6px 0 0 20px;
	display: inline-block;
}
.single-case {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.single-case .left {
  width: 45%;
  float: left;
  margin-right: 5%;
	border: 1px solid #ccc;
}
.single-case .left img {
    width: 100%;
    height: 100%;
    float: left;
}
.single-case .right{width:50%;float: right;}
.single-case .right .tit {
    font-size: 24px;
    color: #000;
    text-align: left;
    padding-bottom: 24px;
    border-bottom: 1px solid #999;
    margin-bottom: 24px;
}
.single-case .right .sec {
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #999;
    margin-bottom: 24px;
    min-height: 200px;
}
.single-case .right .sec p {
    color: #000;
    line-height: 24px;
}
.single-case .right .ol {
	width: 100%;
}
.single-case .right .ol span {
    border-radius: 10px;
    background: #f9c127;
    overflow: hidden;
    display: inline-block;
    padding: 9px 17px;
}
.single-case .right .ol span img{
    width: 20px;
	margin-right: 10px;
    overflow: hidden;
}
.single-case .right .ol span a{
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}
.single-case .right .ol .other {
    border-radius: 10px;
    display: inline-block;
	background: #f5f5f5 !important;
    overflow: hidden;
    /* margin: 20px 10px; */
    padding: 9px 18px;
}
.single-case .right .ol .other:hover {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #333;
    /* margin: 20px 10px; */
    padding: 8px 17px;
}
.single-case .right .ol .other img{
    width: 20px;
	margin-right: 10px;
    overflow: hidden;
}
.single-case .right .ol .other a{
	font-size: 14px;
	color: #000;
	overflow: hidden;
}
.p0{
    margin-left: 10px;
}
/*产品内页切换*/
.tabs div{
    display: none;
    clear: both;
    /*background: #f5f5f5;*/
    min-height: 500px;
	padding-top: 50px;
text-align: left;
width: 90%;
margin: 0 auto;
    max-width: 100%;
}
.tabs div span img{
    max-width: 100%;
}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
}
.tabs .horizontal li {
  float: left;
  list-style: none;
  height: 50px;
  line-height: 50px;
  width: 32.5%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.tabs .horizontal li:not(:first-child){
    margin-left: 5px;
}

.tabs .horizontal li.selectActive {
  border-bottom: solid 5px #5E0000;
  background-color: #f9c127;
  color: #fff;
}

/*案例简述*/

.aljs{width: 100%;margin: 0 auto;overflow: hidden;margin-bottom: 50px;}
.aljs .w60{width: 50%;margin-right: 10%;overflow: hidden;float: left;}
.aljs .w60 .tit{font-size: 32px;color: #000;margin-bottom: 30px;text-align: left;}
.aljs .w60 .sec{font-size: 16px;color: #000;text-align: left;line-height: 32px;}
.aljs .w40{width: 40%;overflow: hidden;}
.aljs .w40 .titl{font-size: 32px;color: #000;margin-bottom: 30px;text-align: left;}
.aljs .w40 .secl{font-size: 16px;color: #000;text-align: left;}
.aljs .w40 .linkl{background: #f9c127;width: 180px;border-radius: 10px;}
.aljs .w40 .linkl a {
  font-size: 16px;
  padding: 10px 40px;
  color: #fff;
  overflow: hidden;
  display: block;
}
/*移动导航*/
.header {
    display: none; 
}
/*新底部*/

.footer-box {
	background: #313131;
	overflow: hidden;
	width: 100%;
	color: #fff;
	padding: 30px 0 35px
}

.footer-container label {
    display: block;
    margin: 10px 0;
    width: 34px;
    height: 3px;
    background: #f9c127;
}
.footer-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0
}

.footer-line {
	height: 0;
	display: block;
	clear: both;
	border-bottom: 1px solid #393854
}

.footer-links {
	padding: 40px 0;
}

.footer-article-item {
	width: 16%;
	height: 226px;
	float: left;
	margin-right: 33px;
	line-height: 2;
	font-size: 14px;
}

.footer-article-item dt {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 2;
    font-weight: bold;
}

.footer-article-item dd {
	line-height: 2
}

.footer-article-item dd a {
	color: #fff;
	transition: all .1s
}
.footer-article-item dd a span {
    color: #f9c127;
    transition: all .1s;
    font-size: 1.2em;
    font-weight: bold;
}
.footer-contact-item {
	width: 25%;
	float: left
}

.footer-contact-item h3 {
	font-size: 16px;
	color: #ccc;
	line-height: 2;
	margin-bottom: 10px;
	font-weight: 400
}

.footer-contact-item p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px
}

.footer-ewm {
	float: right;
	width: 180px;
	margin-right: 18px;
	text-align: right;
}

.footer-ewm img {
	width: 180px;
	height: 180px;
	display: block;
	border: none
}

.footer-ewm p {
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
	text-align: center;
}

.footer-friend {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 30px auto
}

.footer-friend-title {
	float: left;
	color: #fff;
	font-size: 14px
}

.footer-friend-title-list {
	float: left
}

.footer-friend-title-list li {
	float: left
}

.footer-friend-title-list li a {
	color: #fff;
	transition: all .1s;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px
}

.footer-friend-title-list li a:hover {
	color: #fff
}

.footer-friend-more {
	color: #ccc;
	transition: all .1s;
	float: left;
	font-size: 14px
}

.footer-copyright {
	line-height: 20px;
	font-size: 14px;
	float: left;
}

.footer-copyright p {
	margin-bottom: 9px;
	font-size: 14px;
	color: #fff;
}

.footer-c {
	width: 100%;
	background-color: #000;
	padding: 10px 0;
}
.footer-c .link {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
	color: #fff;
}

.footer-c .link img{
	/*width: 20px;*/
	margin-right: 10px;
	vertical-align: middle;
}
.footer-c .link a{
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
}
.footer-c .link span{
	font-size: 14px;
	color: #fff;
}

/*解决方案*/

.jjfa {
    padding-bottom: 8%;
    background: #dfa400;
	background: url(../img/jjfa-bg.png);
    background-size: 100% 100%;
}
.jjfa .tit {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
	margin: 0 0 5% 0;
}
.jjfa .tit .bg {
	margin: 1rem;
	position: relative;
}
.jjfa .tit .bg h1{
	font-size: 3rem;
	color: #000;
}
.jjfa .tit .bg h1 span {
    font-size: .8rem;
    color: #000;
    width: 15px;
    overflow: hidden;
display: unset;
}
.jjfa .tit .bg span {
    padding: 1rem;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: -1rem;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
}
.jjfa .w1400 {
	width: 100% !important;
	max-width: 1240px;
	margin: 0 auto;
}
.jjfa .titp i {background: #f4f4f4;color: #999;}
.jjfa .conleft {width: 273px;position: relative;z-index: 3;}
.jjfa .conleft .lbox {width: 271px;height: 96px;border: 1px solid #cccccc;margin-top: 23px;transition: all 0.5s;background: #fff;}
.jjfa .conleft .lbox a {display: block;height: 95px;padding-top: 26px;transition: all 0.5s;}
.jjfa .conleft .lbox p {height: 46px;padding-left: 88px;width: 270px;color: #333;transition: all 0.5s;}
.jjfa .conleft .lbox p span {display: block;font-size: 18px;margin-bottom: 3px;/*padding-top: 5px;*/font-weight: bold;}
.jjfa .conleft .lbox p i {display: block;font-size: 12px;text-transform: uppercase;font-style: unset;}
.jjfa .conleft .lbox:first-child {margin-top: 0;}
.jjfa .conleft .box1 p {background: url(../img/jjfaicon01.png) no-repeat 31px center;}
.jjfa .conleft .box2 p {background: url(../img/jjfaicon03.png) no-repeat 31px center;}
.jjfa .conleft .box3 p {background: url(../img/jjfaicon05.png) no-repeat 31px center;}
.jjfa .conleft .box4 p {background: url(../img/jjfaicon07.png) no-repeat 31px center;}
.jjfa .conleft .box5 p {background: url(../img/jjfaicon09.png) no-repeat 31px center;}
.jjfa .conleft .box1.cur p {background: url(../img/jjfaicon02.png) no-repeat 31px center;}
.jjfa .conleft .box2.cur p {background: url(../img/jjfaicon04.png) no-repeat 31px center;}
.jjfa .conleft .box3.cur p {background: url(../img/jjfaicon06.png) no-repeat 31px center;}
.jjfa .conleft .box4.cur p {background: url(../img/jjfaicon08.png) no-repeat 31px center;}
.jjfa .conleft .box5.cur p {background: url(../img/jjfaicon10.png) no-repeat 31px center;}
.jjfa .conleft .lbox.cur {background: #004c9f;width: 381px;border-color: #004c9f;}
.jjfa .conleft .lbox.cur a {background: url(../img/jjfaicon11.png) no-repeat 320px center;}
.jjfa .conleft .lbox.cur p {color: #fff;border-right: 1px solid #7aa0ca;}
.jjfa .conright {width: 940px;height: 580px;position: relative;}
.jjfa .conright .rbox {display: none;position: relative;}
.jjfa .conright .rbox.cur {display: block;}
.jjfa .conright .pImg img {display: block;width: 940px;height: 580px;}
.jjfa .conright .boxmore {position: absolute;left: 0;bottom: 0;background: url(../img/bg01.png);width: 100%;height: 138px;}
.jjfa .conright .boxmore .p1 {margin: 35px 0 10px 30px;width: 600px;font-size: 22px;font-weight: bold;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.jjfa .conright .boxmore .p1 a {color: #fff;}
.jjfa .conright .boxmore .p2 {margin-left:30px;width: 600px;line-height: 20px;}
.jjfa .conright .boxmore .p2 a {color: #ccc;}
.jjfa .conright .boxmore .p3 {width: 149px;height: 52px;border: 1px solid #fff;line-height: 52px;border-radius: 5px;text-align: center;font-size: 15px;position: absolute;right: 19px;top: 40px;}
.jjfa .conright .boxmore .p3 a {display: block;height: 52px; color: #fff;}
.jjfa .conright .boxmore .p3:hover {background: #004c9f;border-color: #004c9f;}

/*优势*/
.ys{ overflow: hidden; width: 100%; background: #fff;}
.yscontainer {
  height: auto;
  overflow: hidden;
  padding-top: 0px;
}
.ys .yshh {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ys .ysTit{ overflow: hidden; background: url("../img/ys_titBg.png") no-repeat center; height: 206px; text-align: center}
.ys .ysTit h2{ font-size:43px; margin-top:50px; color: #fff;}
.ys .ysTit h2 b{ font-size: 65px; color: #ffa200}
.ys .ysTit p{ font-size: 24px; margin-top: 5px; color: #fff;}
.ys .ys01{ background: url("../img/ys_01.png") no-repeat center; height: 372px;}
.ys .ys02{ background: url("../img/ys_02.png") no-repeat center; height:404px; }
.ys .ys03{ background: url("../img/ys_03.png") no-repeat center; height: 404px}
.ys .ys04{ background: url("../img/ys_04.png") no-repeat center; height: 444px;}
.ys .ysBox {
    width: 420px;
    overflow: hidden;
    margin-top: 70px;
    margin-left: 170px;
}
.ys .ysBox h3{ font-size: 22px; color: #072fa8; margin-bottom: 5px; margin-left: 20px;}
.ys .ysBox span{ display: inline-block; background-color: #e5e5e5; color: #3d3d3d; line-height: 35px; margin-left:20px; padding:  0 10px; font-size: 18px; margin-bottom: 5px; margin-top: 5px;}
.ys .ysBox p{ background: url("../img/ys_li.png") no-repeat left 5px; line-height: 20px; font-size: 13px; padding-left: 15px; margin-top: 15px;}
.ys .ysBox h4{ width:245px; margin:0 auto; padding-bottom: 25px;  font-weight: normal; background: url("../img/ys_phone.png") no-repeat 10px 5px,url("../img/ys_phoneBg.png") no-repeat center bottom; padding-left: 55px; font-size: 13px; color: #4e4e4e; margin-top: 45px;}
.ys .ysBox h4 b{ color: #082fa2; font-size: 27px; display: block;}
.ys .four{ margin-top:60px;width: 560px !important;margin-left: 60px;margin-left: 150px !important;}
.ys .thr{margin-top:90px;}
.ys .two{margin-top:90px;width: 560px !important;margin-left: 60px;margin-left: 150px !important;}